home *** CD-ROM | disk | FTP | other *** search
- object TextEditorForm: TTextEditorForm
- Left = 304
- Top = 224
- Width = 477
- Height = 215
- ActiveControl = PlusMemo1
- Caption = 'Text Editor'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 152
- Width = 469
- Height = 34
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- object Label1: TLabel
- Left = 185
- Top = 11
- Width = 76
- Height = 13
- Caption = 'EndofLine Char:'
- end
- object Bevel1: TBevel
- Left = 174
- Top = 5
- Width = 9
- Height = 24
- Shape = bsLeftLine
- end
- object Bevel2: TBevel
- Left = 336
- Top = 5
- Width = 9
- Height = 24
- Shape = bsLeftLine
- end
- object RzButton1: TRzButton
- Left = 7
- Top = 5
- Default = True
- ModalResult = 1
- Caption = '&OK'
- HotTrack = True
- ParentColor = False
- TabOrder = 0
- end
- object RzButton2: TRzButton
- Left = 91
- Top = 5
- Cancel = True
- ModalResult = 2
- Caption = '&Cancel'
- HotTrack = True
- ParentColor = False
- TabOrder = 1
- end
- object WrapEditorCheckBox: TCheckBox
- Left = 348
- Top = 9
- Width = 84
- Height = 17
- Caption = 'Wordwrap'
- Checked = True
- State = cbChecked
- TabOrder = 3
- OnClick = WrapEditorCheckBoxClick
- end
- object EOLComboBox: TComboBox
- Left = 265
- Top = 7
- Width = 61
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- ItemIndex = 1
- TabOrder = 2
- Text = 'LF'
- Items.Strings = (
- 'CR'
- 'LF'
- 'CRLF')
- end
- end
- object PlusMemo1: TPlusMemo
- Left = 0
- Top = 0
- Width = 469
- Height = 152
- Cursor = crIBeam
- Alignment = taLeftJustify
- ScrollBars = ssVertical
- AltFont.Charset = DEFAULT_CHARSET
- AltFont.Color = clWindowText
- AltFont.Height = -11
- AltFont.Name = 'MS Sans Serif'
- AltFont.Style = []
- CaretWidth = 1
- ColumnWrap = 0
- DisplayOnly = False
- EndOfTextMark.Color = clRed
- EndOfTextMark.Style = psClear
- Justified = False
- LineHeight = 0
- NullReplacement = #0
- Options = [pmoWrapCaret, pmoInsertKeyActive, pmoWideOverwriteCaret, pmoAutoScrollBars]
- Overwrite = False
- RightLinePen.Color = clGray
- RightLinePen.Style = psDot
- ScrollTime = 0
- SelBackColor = clHighlight
- SelTextColor = clHighlightText
- Separators = #9#10#13' $%&,./:;<=>'
- ShowEndParSelected = False
- SpecUnderline.Color = clRed
- Version = 'v6.0d Professional ed.'
- Align = alClient
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- TabStop = True
- OnKeyPress = PlusMemo1KeyPress
- OnKeyUp = PlusMemo1KeyUp
- end
- object FormEnhThree1: TFormEnhThree
- SaveKey = 'LargeEditorForm Placement'
- Left = 16
- Top = 17
- end
- end
-